Section 4 - Application to a Classification Problem


Section 4 demonstrates the application of Polymetrics framework to a simple supervised learning (classification) problem.
In addition to Polymetrics, the following libraries are imported:

  • numpy and pandas - for data handling and analysis.
  • scikit-learn - for logistic regression procedure
  • plotly - for plotting heatmaps.
  • IPython - for creating tabulated outputs of DataFrames.